Menu Top
Complete Course of Mathematics
Topic 1: Numbers & Numerical Applications Topic 2: Algebra Topic 3: Quantitative Aptitude
Topic 4: Geometry Topic 5: Construction Topic 6: Coordinate Geometry
Topic 7: Mensuration Topic 8: Trigonometry Topic 9: Sets, Relations & Functions
Topic 10: Calculus Topic 11: Mathematical Reasoning Topic 12: Vectors & Three-Dimensional Geometry
Topic 13: Linear Programming Topic 14: Index Numbers & Time-Based Data Topic 15: Financial Mathematics
Topic 16: Statistics & Probability


Content On This Page
Introduction and Terms Related to Quadratic Equations Relation Between the Roots and Coefficients of a Quadratic Equation Solving a Quadratic Equation by Factorisation
Solving a Quadratic Equation by Completing the Square Solving a Quadratic Equation by Using the Quadratic Formula Nature of Roots of a Quadratic Equation (using Discriminant)


Quadratic Equations: Introduction and Solving Methods



Introduction and Terms Related to Quadratic Equations

Beyond Linear Equations

Having explored linear equations, which are polynomial equations of the first degree, we now advance to the next level of polynomial equations: those of the second degree. These are known as quadratic equations. Quadratic equations and the functions associated with them are fundamental in algebra and have widespread applications in numerous fields such as physics (e.g., projectile motion), engineering (e.g., bridge design), economics (e.g., optimizing profit), and even everyday life (e.g., calculating areas).


Definition of a Quadratic Equation

A quadratic equation in one variable is a polynomial equation in which the highest power of the variable is exactly $2$. The general form, known as the standard form, of a quadratic equation in the variable $x$ is:

$ax^2 + bx + c = 0$

[Standard Form of Quadratic Equation]

In this standard form:

Examples of quadratic equations in standard form or easily convertible to standard form:

Examples of equations that are NOT quadratic equations in one variable:


Roots of a Quadratic Equation

The roots (or solutions) of a quadratic equation $ax^2 + bx + c = 0$ are the specific numerical value(s) of the variable $x$ that make the equation a true statement when substituted into it. These values are also called the zeros of the corresponding quadratic polynomial $P(x) = ax^2 + bx + c$. Finding the roots is the primary objective when solving a quadratic equation.

According to the Fundamental Theorem of Algebra, a polynomial equation of degree $n \ge 1$ with complex coefficients has exactly $n$ complex roots, when counted with multiplicity. For a quadratic equation (degree $n=2$), this means it always has exactly two roots in the complex number system. These two roots can take different forms depending on the values of the coefficients $a, b,$ and $c$:

The nature of the roots (real, complex, distinct, equal) is determined by the discriminant, $b^2 - 4ac$, which is a key component of the quadratic formula.


Terms Related to Quadratic Equations

When working with the standard form of a quadratic equation, $ax^2 + bx + c = 0$, it's useful to be familiar with the terms describing its components:

Understanding these terms and the standard form is essential for applying the various methods used to solve quadratic equations and for analysing their properties.



Relation Between the Roots and Coefficients of a Quadratic Equation

Vieta's Formulas for Quadratics

There is a fundamental and very useful connection between the roots (solutions) of a polynomial equation and its coefficients. For quadratic equations, these relationships are straightforward and are a specific instance of what are known as Vieta's formulas. These formulas allow us to determine the sum and product of the roots of a quadratic equation directly from its coefficients, without actually having to solve the equation first.

Consider a quadratic equation in standard form:

$ax^2 + bx + c = 0$

[Standard Form, $a \neq 0$]

Let the two roots of this quadratic equation be $\alpha$ and $\beta$. These roots can be real or complex.


The Relationships

Vieta's formulas for a quadratic equation state the following relationships between the roots $\alpha, \beta$ and the coefficients $a, b, c$:

  1. Sum of the Roots:

    The sum of the two roots ($\alpha + \beta$) is equal to the negative of the ratio of the coefficient of the $x$ term ($b$) to the coefficient of the $x^2$ term ($a$).

    $\alpha + \beta = -\frac{b}{a}$

    [Sum of Roots Formula]

    This can be stated in words as: Sum of roots $= -\frac{\text{Coefficient of } x}{\text{Coefficient of } x^2}$.

  2. Product of the Roots:

    The product of the two roots ($\alpha \times \beta$ or $\alpha\beta$) is equal to the ratio of the constant term ($c$) to the coefficient of the $x^2$ term ($a$).

    $\alpha \times \beta = \frac{c}{a}$

    [Product of Roots Formula]

    This can be stated in words as: Product of roots $= \frac{\text{Constant term}}{\text{Coefficient of } x^2}$.

These two relationships are incredibly useful for analyzing quadratic equations and their roots.


Derivation of the Relationships (from factored form)

The relationships between the roots and coefficients can be derived by considering the factored form of the quadratic polynomial. If $\alpha$ and $\beta$ are the roots of the equation $ax^2 + bx + c = 0$, then by the Factor Theorem, $(x-\alpha)$ and $(x-\beta)$ are linear factors of the corresponding polynomial $P(x) = ax^2 + bx + c$.

Therefore, the polynomial $P(x)$ can be written in its factored form as $P(x) = k(x-\alpha)(x-\beta)$ for some constant $k$. Since $a$ is the coefficient of the $x^2$ term in the standard form $ax^2 + bx + c$, and the $x^2$ term in the expanded factored form is $k \times x \times x = kx^2$, the constant $k$ must be equal to the leading coefficient $a$.

So, we have the identity:

$$ ax^2 + bx + c = a(x-\alpha)(x-\beta) $$

Now, expand the right-hand side (RHS) of the equation:

$$ a(x-\alpha)(x-\beta) = a(x \times x - x \times \beta - \alpha \times x + \alpha \times \beta) $$ $$ = a(x^2 - \beta x - \alpha x + \alpha \beta) $$

Group the terms containing $x$:

$$ = a(x^2 - (\alpha + \beta)x + \alpha \beta) $$

Distribute the coefficient $a$ to each term inside the parentheses:

$$ = ax^2 - a(\alpha + \beta)x + a(\alpha \beta) $$

Now, we compare this expanded form with the standard form of the quadratic polynomial, $ax^2 + bx + c$:

$$ ax^2 + bx + c = ax^2 - a(\alpha + \beta)x + a(\alpha \beta) $$

For two polynomials to be equal for all values of $x$, their corresponding coefficients must be equal. Comparing the coefficients of $x^2$, $x$, and the constant term on both sides:

This derivation confirms the relationships between the roots and coefficients of a quadratic equation.


Applications of the Relationships

The relationships between the roots and coefficients of a quadratic equation are very useful in various situations:

Example 1. Without solving the equation, find the sum and product of the roots of $2x^2 - 5x + 3 = 0$.

Answer:

The given quadratic equation is $2x^2 - 5x + 3 = 0$. It is in the standard form $ax^2 + bx + c = 0$.

Identify the coefficients: $a=2, b=-5, c=3$.

Let the roots be $\alpha$ and $\beta$.

Using the formula for the sum of roots:

$$ \text{Sum of roots} = \alpha + \beta = -\frac{b}{a} $$

Substitute the values of $b$ and $a$:

$$ \alpha + \beta = -\frac{(-5)}{2} = \frac{5}{2} $$

Using the formula for the product of roots:

$$ \text{Product of roots} = \alpha \times \beta = \frac{c}{a} $$

Substitute the values of $c$ and $a$:

$$ \alpha \times \beta = \frac{3}{2} $$

Answer: The sum of the roots is $\textbf{\frac{5}{2}}$, and the product of the roots is $\textbf{\frac{3}{2}}$.

Verification (Optional):

You could solve the equation $2x^2 - 5x + 3 = 0$ by factoring: $(2x-3)(x-1)=0$. The roots are $x=3/2$ and $x=1$. Sum $= 3/2 + 1 = 3/2 + 2/2 = 5/2$. Product $= (3/2)(1) = 3/2$. The formulas match the calculated values.


Example 2. Find a quadratic equation whose roots are $3$ and $-2$.

Answer:

Let the given roots be $\alpha = 3$ and $\beta = -2$.

Calculate the sum of the roots:

$$ \text{Sum of roots} = \alpha + \beta = 3 + (-2) = 1 $$

Calculate the product of the roots:

$$ \text{Product of roots} = \alpha \times \beta = 3 \times (-2) = -6 $$

A quadratic equation with roots $\alpha$ and $\beta$ can be expressed as $x^2 - (\alpha + \beta)x + \alpha \beta = 0$. This form corresponds to a quadratic equation where $a=1$.

Substitute the calculated sum (1) and product (-6) into this form:

$$ x^2 - (1)x + (-6) = 0 $$ $$ x^2 - x - 6 = 0 $$

This is a quadratic equation with roots $3$ and $-2$. Other quadratic equations with the same roots can be obtained by multiplying this equation by any non-zero constant (e.g., $2(x^2-x-6)=0 \implies 2x^2-2x-12=0$).

Answer: A quadratic equation whose roots are $3$ and $-2$ is $\textbf{x\textsuperscript{2} - x - 6 = 0}$.

The relationships between the roots and coefficients of a quadratic equation are fundamental tools, offering alternative ways to analyse, construct, and verify quadratic equations and their solutions.



Solving a Quadratic Equation by Factorisation

Using Factoring to Find Roots

The factorisation method is one of the primary algebraic techniques for finding the roots (or solutions) of a quadratic equation $ax^2 + bx + c = 0$. This method relies on the ability to express the quadratic polynomial $ax^2 + bx + c$ as a product of its linear factors. Once the quadratic is factored, we use the powerful Zero Product Property, which states that if the product of two or more factors is zero, then at least one of the factors must be zero. If $A \times B = 0$, then either $A=0$ or $B=0$ (or both).


Procedure for Solving by Factorisation

To solve a quadratic equation $ax^2 + bx + c = 0$ using the factorisation method:

  1. Standard Form:

    Ensure the given quadratic equation is written in the standard form $ax^2 + bx + c = 0$. This means all terms are on one side of the equals sign, arranged in decreasing order of powers of the variable, and the other side is $0$.
  2. Factorise the Quadratic Polynomial:

    Factorise the quadratic expression $ax^2 + bx + c$ into a product of its linear factors.
    • If $a=1$ (i.e., the equation is $x^2 + bx + c = 0$), find two numbers $p$ and $q$ such that their sum is the coefficient of $x$ ($p+q=b$) and their product is the constant term ($pq=c$). The factored form is $(x+p)(x+q)$.
    • If $a \neq 1$, find two numbers $p$ and $q$ such that their sum is the coefficient of $x$ ($p+q=b$) and their product is $a \times c$ ($pq=ac$). Rewrite the middle term $bx$ as the sum of two terms, $px+qx$, resulting in a four-term expression $ax^2 + px + qx + c$. Then, factorise this four-term expression by grouping. This should lead to a product of two linear binomials, $(Ax+B)(Cx+D)$.

    Always look for a common factor among $a, b, c$ first before attempting other factorisation methods.

  3. Apply the Zero Product Property:

    Once the quadratic polynomial is factored, set the entire factored expression equal to zero. Since the expression is a product of linear factors equal to zero, set each linear factor equal to zero individually.
  4. Solve the Linear Equations:

    Solve each of the resulting linear equations for the variable $x$. The values obtained are the roots of the original quadratic equation.
  5. Check the Roots:

    (Optional but recommended) Substitute each root back into the original quadratic equation $ax^2 + bx + c = 0$ to verify that it makes the equation true (LHS = RHS).

Examples

Example 1. Solve the equation $x^2 - 5x + 6 = 0$ by factorisation.

Answer:

The equation is $x^2 - 5x + 6 = 0$. It is in standard form. Here $a=1, b=-5, c=6$.

Step 2: Factorise the quadratic polynomial $x^2 - 5x + 6$. We need two numbers $p$ and $q$ that add to $b=-5$ and multiply to $c=6$. After considering factors of 6, we find that $-2$ and $-3$ satisfy these conditions ($-2 + (-3) = -5$ and $(-2) \times (-3) = 6$).

The factored form is $(x+p)(x+q)$.

$$ (x - 2)(x - 3) = 0 $$

Step 3: Apply the Zero Product Property. Set each linear factor equal to zero:

$x - 2 = 0$

or

$x - 3 = 0$

Step 4: Solve the linear equations:

$x = 2$

or

$x = 3$

The roots of the quadratic equation are $x = 2$ and $x = 3$.

Step 5: Check the roots.

For $x=2$: $2^2 - 5(2) + 6 = 4 - 10 + 6 = 0$. True.

For $x=3$: $3^2 - 5(3) + 6 = 9 - 15 + 6 = 0$. True.

The roots are correct.


Example 2. Solve the equation $2x^2 + x - 3 = 0$ by factorisation.

Answer:

The equation is $2x^2 + x - 3 = 0$. It is in standard form. Here $a=2, b=1, c=-3$.

Step 2: Factorise the quadratic polynomial $2x^2 + x - 3$. Since $a \neq 1$, we use the splitting the middle term method. We need two numbers $p$ and $q$ that add to $b=1$ and multiply to $ac = 2 \times (-3) = -6$. After considering factors of $-6$, we find that $3$ and $-2$ satisfy these conditions ($3 + (-2) = 1$ and $3 \times (-2) = -6$).

Rewrite the middle term $x$ as $3x - 2x$ (or $-2x + 3x$):

$$ 2x^2 + 3x - 2x - 3 = 0 $$

Factor by grouping the four terms:

$$ (2x^2 + 3x) + (-2x - 3) = 0 $$

Factor out the GCF from each group:

$$ x(2x + 3) - 1(2x + 3) = 0 $$

Factor out the common binomial factor $(2x + 3)$:

$$ (2x + 3)(x - 1) = 0 $$

Step 3: Apply the Zero Product Property. Set each linear factor equal to zero:

$2x + 3 = 0$

or

$x - 1 = 0$

Step 4: Solve the linear equations:

$2x = -3 \implies x = -\frac{3}{2} $

or

$x = 1 $

The roots are $x = -\frac{3}{2}$ and $x = 1$.

Step 5: Check the roots.

For $x = -3/2$: $2\left(-\frac{3}{2}\right)^2 + \left(-\frac{3}{2}\right) - 3 = 2\left(\frac{9}{4}\right) - \frac{3}{2} - 3 = \frac{9}{2} - \frac{3}{2} - \frac{6}{2} = \frac{9 - 3 - 6}{2} = \frac{0}{2} = 0$. True.

For $x = 1$: $2(1)^2 + 1 - 3 = 2(1) + 1 - 3 = 2 + 1 - 3 = 3 - 3 = 0$. True.

The roots are correct.


Example 3. Solve the equation $x^2 - 4 = 0$ by factorisation.

Answer:

The equation is $x^2 - 4 = 0$. It is in standard form. Here $a=1, b=0, c=-4$.

Step 2: Factorise $x^2 - 4$. This is a difference of squares, $x^2 - 2^2$. Using the identity $a^2 - b^2 = (a+b)(a-b)$, we get:

$$ (x + 2)(x - 2) = 0 $$

Step 3: Apply the Zero Product Property. Set each linear factor equal to zero:

$x + 2 = 0$

or

$x - 2 = 0$

Step 4: Solve the linear equations:

$x = -2$

or

$x = 2$

The roots are $x = -2$ and $x = 2$.

Step 5: Check the roots.

For $x = -2$: $(-2)^2 - 4 = 4 - 4 = 0$. True.

For $x = 2$: $2^2 - 4 = 4 - 4 = 0$. True.

The roots are correct.

The factorisation method is generally the quickest method for solving quadratic equations *if* the quadratic polynomial can be easily factored. However, not all quadratic polynomials with integer coefficients are factorable into linear factors with integer or rational coefficients. In such cases, other methods like completing the square or using the quadratic formula are necessary.



Solving a Quadratic Equation by Completing the Square

Transforming into a Perfect Square

The method of completing the square is a powerful technique for solving any quadratic equation $ax^2 + bx + c = 0$. It involves algebraically manipulating the equation so that one side becomes a perfect square trinomial (a trinomial that is the result of squaring a binomial, like $(x+k)^2$ or $(x-k)^2$). Once one side is a perfect square equal to a constant, the equation can be easily solved by taking the square root of both sides.

This method is significant not only as a way to solve quadratic equations but also because it is used to derive the quadratic formula, which provides a general solution for any quadratic equation.


Procedure for Solving by Completing the Square

To solve a quadratic equation $ax^2 + bx + c = 0$, where $a \neq 0$, by completing the square:

  1. Make Leading Coefficient 1:

    If the coefficient of $x^2$ ($a$) is not $1$, divide the entire equation by $a$. This ensures that the $x^2$ term has a coefficient of $1$. $$ \frac{ax^2}{a} + \frac{bx}{a} + \frac{c}{a} = \frac{0}{a} $$ $$ x^2 + \frac{b}{a} x + \frac{c}{a} = 0 $$
  2. Isolate Variable Terms:

    Move the constant term $\frac{c}{a}$ to the right side of the equation. $$ x^2 + \frac{b}{a} x = -\frac{c}{a} $$
  3. Complete the Square:

    Focus on the left side, which is now in the form $x^2 + (\text{coefficient of } x)x$. To make it a perfect square trinomial, add the square of half the coefficient of the $x$ term to both sides of the equation.
    • Coefficient of $x$ is $\frac{b}{a}$.
    • Half of this coefficient is $\frac{1}{2} \times \frac{b}{a} = \frac{b}{2a}$.
    • The square of half the coefficient is $\left(\frac{b}{2a}\right)^2 = \frac{b^2}{(2a)^2} = \frac{b^2}{4a^2}$.

    Add $\frac{b^2}{4a^2}$ to both sides:

    $$ x^2 + \frac{b}{a} x + \left(\frac{b}{2a}\right)^2 = -\frac{c}{a} + \left(\frac{b}{2a}\right)^2 $$
  4. Factor the Perfect Square:

    The left side of the equation is now a perfect square trinomial of the form $x^2 + 2kx + k^2$ or $x^2 - 2kx + k^2$. Specifically, $x^2 + \frac{b}{a} x + \left(\frac{b}{2a}\right)^2$ factors as $\left(x + \frac{b}{2a}\right)^2$. $$ \left(x + \frac{b}{2a}\right)^2 = -\frac{c}{a} + \frac{b^2}{4a^2} $$
  5. Simplify the Right Side:

    Combine the terms on the right side into a single fraction by finding a common denominator, which is $4a^2$. $$ -\frac{c}{a} + \frac{b^2}{4a^2} = -\frac{c}{a} \times \frac{4a}{4a} + \frac{b^2}{4a^2} = -\frac{4ac}{4a^2} + \frac{b^2}{4a^2} = \frac{b^2 - 4ac}{4a^2} $$

    So the equation becomes:

    $$ \left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a^2} $$
  6. Take the Square Root:

    Take the square root of both sides of the equation. Remember that taking the square root introduces both a positive and a negative possibility on the right side. $$ \sqrt{\left(x + \frac{b}{2a}\right)^2} = \pm \sqrt{\frac{b^2 - 4ac}{4a^2}} $$ $$ x + \frac{b}{2a} = \pm \frac{\sqrt{b^2 - 4ac}}{\sqrt{4a^2}} $$

    Simplify the denominator of the square root on the right side: $\sqrt{4a^2} = \sqrt{4} \times \sqrt{a^2} = 2 \times |a|$. However, the $\pm$ sign on the right side already accounts for the sign of $a$, so we can simplify $\sqrt{4a^2}$ as $2a$ in the denominator combined with the $\pm$ symbol.

    $$ x + \frac{b}{2a} = \pm \frac{\sqrt{b^2 - 4ac}}{2a} $$
  7. Isolate $x$:

    Subtract $\frac{b}{2a}$ from both sides of the equation to solve for $x$. $$ x = -\frac{b}{2a} \pm \frac{\sqrt{b^2 - 4ac}}{2a} $$
  8. Combine Terms:

    Since the terms on the right side have a common denominator ($2a$), they can be combined into a single fraction. $$ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$

The result obtained in Step 8 is the Quadratic Formula. Solving a specific quadratic equation by completing the square involves applying these steps to that equation's coefficients, resulting in the roots.

Examples

Example 1. Solve the equation $x^2 + 6x + 5 = 0$ by completing the square.

Answer:

The equation is $x^2 + 6x + 5 = 0$. Here $a=1, b=6, c=5$. The leading coefficient is already 1.

Step 2: Move the constant term to the right side:

$$ x^2 + 6x = -5 $$

Step 3: Complete the square on the left side. The coefficient of $x$ is $6$. Half of it is $\frac{6}{2} = 3$. Square it: $3^2 = 9$. Add $9$ to both sides:

$$ x^2 + 6x + 9 = -5 + 9 $$

Step 4 & 5: Rewrite the left side as a perfect square and simplify the right side:

$$ (x + 3)^2 = 4 $$

Step 6 & 7: Take the square root of both sides and isolate $x$.

$$ \sqrt{(x + 3)^2} = \pm \sqrt{4} $$ $$ x + 3 = \pm 2 $$

Subtract 3 from both sides:

$$ x = -3 \pm 2 $$

This gives two distinct solutions:

$x_1 = -3 + 2 = -1$

$x_2 = -3 - 2 = -5$

The roots are $\textbf{x = -1}$ and $\textbf{x = -5}$.

Check: For $x=-1$: $(-1)^2 + 6(-1) + 5 = 1 - 6 + 5 = 0$. True. For $x=-5$: $(-5)^2 + 6(-5) + 5 = 25 - 30 + 5 = 0$. True.


Example 2. Solve the equation $2x^2 - 8x + 6 = 0$ by completing the square.

Answer:

The equation is $2x^2 - 8x + 6 = 0$. Here $a=2, b=-8, c=6$.

Step 1: Divide by the coefficient of $x^2$ (divide by 2):

$$ \frac{2x^2}{2} - \frac{8x}{2} + \frac{6}{2} = \frac{0}{2} $$ $$ x^2 - 4x + 3 = 0 $$

The equation is now $x^2 - 4x + 3 = 0$, with $a=1, b=-4, c=3$.

Step 2: Move the constant term to the right side:

$$ x^2 - 4x = -3 $$

Step 3: Complete the square. The coefficient of $x$ is $-4$. Half of it is $\frac{-4}{2} = -2$. Square it: $(-2)^2 = 4$. Add $4$ to both sides:

$$ x^2 - 4x + 4 = -3 + 4 $$

Step 4 & 5: Rewrite the left side as a perfect square and simplify the right side:

$$ (x - 2)^2 = 1 $$

Step 6 & 7: Take the square root of both sides and isolate $x$.

$$ \sqrt{(x - 2)^2} = \pm \sqrt{1} $$ $$ x - 2 = \pm 1 $$

Add 2 to both sides:

$$ x = 2 \pm 1 $$

This gives two distinct solutions:

$x_1 = 2 + 1 = 3$

$x_2 = 2 - 1 = 1$

The roots are $\textbf{x = 3}$ and $\textbf{x = 1}$.

Check: For $x=3$: $2(3)^2 - 8(3) + 6 = 2(9) - 24 + 6 = 18 - 24 + 6 = 0$. True. For $x=1$: $2(1)^2 - 8(1) + 6 = 2 - 8 + 6 = 0$. True.

The method of completing the square is a systematic way to solve any quadratic equation and is crucial for understanding the origin of the quadratic formula. While it can involve fractions, it always yields the exact roots, whether they are real or complex.



Solving a Quadratic Equation by Using the Quadratic Formula

A General Solution

While factoring and completing the square are valid methods for solving quadratic equations, they can sometimes be cumbersome or difficult to apply directly, especially when coefficients are large or result in non-integer values during intermediate steps. The quadratic formula provides a universal method to find the roots of *any* quadratic equation, regardless of the nature of its coefficients or roots.

The quadratic formula is derived by applying the method of completing the square to the standard form of the general quadratic equation, $ax^2 + bx + c = 0$. As shown in the derivation in the previous section, completing the square on $ax^2 + bx + c = 0$ systematically leads to an expression for $x$ in terms of $a, b,$ and $c$.


The Quadratic Formula

The roots of a quadratic equation $ax^2 + bx + c = 0$, where $a, b,$ and $c$ are real coefficients and $a \neq 0$, are given by the formula:

$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $

[The Quadratic Formula]

Key components of the formula:


Procedure for Solving Using the Quadratic Formula

To solve a quadratic equation $ax^2 + bx + c = 0$ using the quadratic formula, follow these steps:

  1. Standard Form:

    Write the given quadratic equation in its standard form $ax^2 + bx + c = 0$. Make sure all terms are on one side and the equation is set to zero.
  2. Identify Coefficients:

    Clearly identify the values of the coefficients $a, b,$ and $c$ from the standard form of the equation. Be careful with signs.
  3. Substitute into Formula:

    Substitute the values of $a, b,$ and $c$ into the quadratic formula: $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$.
  4. Evaluate Discriminant:

    Calculate the value of the expression under the square root, $b^2 - 4ac$.
  5. Calculate Square Root:

    Find the square root of the value obtained in Step 4. This might be a real number (positive or zero) or an imaginary number (if the value under the root is negative).
  6. Calculate the Roots:

    Use the value of the square root from Step 5 to calculate the two roots separately: one using the plus sign ($\frac{-b + \sqrt{\Delta}}{2a}$) and one using the minus sign ($\frac{-b - \sqrt{\Delta}}{2a}$). Simplify the resulting expressions.
  7. Check the Roots:

    (Optional but recommended) Substitute each found root back into the original quadratic equation to verify that it makes the equation true.

Examples

Example 1. Solve the equation $x^2 + 5x + 6 = 0$ using the quadratic formula.

Answer:

The equation is $x^2 + 5x + 6 = 0$. It is in standard form.

Step 2: Identify coefficients: $a=1, b=5, c=6$.

Step 3: Substitute into the quadratic formula:

$$ x = \frac{-(5) \pm \sqrt{(5)^2 - 4(1)(6)}}{2(1)} $$

Step 4 & 5: Evaluate the discriminant and its square root:

$$ x = \frac{-5 \pm \sqrt{25 - 24}}{2} $$ $$ x = \frac{-5 \pm \sqrt{1}}{2} $$ $$ x = \frac{-5 \pm 1}{2} $$

Step 6: Calculate the two roots:

$x_1 = \frac{-5 + 1}{2} = \frac{-4}{2} = -2$

$x_2 = \frac{-5 - 1}{2} = \frac{-6}{2} = -3$

The roots are $\textbf{x = -2}$ and $\textbf{x = -3}$.

Check: $(-2)^2 + 5(-2) + 6 = 4 - 10 + 6 = 0$. $ (-3)^2 + 5(-3) + 6 = 9 - 15 + 6 = 0 $. Both satisfy the equation.


Example 2. Solve the equation $2x^2 - x - 3 = 0$ using the quadratic formula.

Answer:

The equation is $2x^2 - x - 3 = 0$. It is in standard form.

Step 2: Identify coefficients: $a=2, b=-1, c=-3$.

Step 3: Substitute into the quadratic formula:

$$ x = \frac{-(-1) \pm \sqrt{(-1)^2 - 4(2)(-3)}}{2(2)} $$

Step 4 & 5: Evaluate the discriminant and its square root:

$$ x = \frac{1 \pm \sqrt{1 - (-24)}}{4} $$ $$ x = \frac{1 \pm \sqrt{1 + 24}}{4} $$ $$ x = \frac{1 \pm \sqrt{25}}{4} $$ $$ x = \frac{1 \pm 5}{4} $$

Step 6: Calculate the two roots:

$x_1 = \frac{1 + 5}{4} = \frac{6}{4} = \frac{3}{2}$

$x_2 = \frac{1 - 5}{4} = \frac{-4}{4} = -1$

The roots are $\textbf{x = \frac{3}{2}}$ and $\textbf{x = -1}$.

Check: $2(\frac{3}{2})^2 - (\frac{3}{2}) - 3 = 2(\frac{9}{4}) - \frac{3}{2} - 3 = \frac{9}{2} - \frac{3}{2} - \frac{6}{2} = \frac{9-3-6}{2} = 0$. $2(-1)^2 - (-1) - 3 = 2(1) + 1 - 3 = 0$. Both satisfy the equation.


Example 3. Solve the equation $x^2 + 2x + 5 = 0$ using the quadratic formula.

Answer:

The equation is $x^2 + 2x + 5 = 0$. It is in standard form.

Step 2: Identify coefficients: $a=1, b=2, c=5$.

Step 3: Substitute into the quadratic formula:

$$ x = \frac{-(2) \pm \sqrt{(2)^2 - 4(1)(5)}}{2(1)} $$

Step 4 & 5: Evaluate the discriminant and its square root:

$$ x = \frac{-2 \pm \sqrt{4 - 20}}{2} $$ $$ x = \frac{-2 \pm \sqrt{-16}}{2} $$

The discriminant is $-16$. Since it is negative, the roots will be complex. We use the imaginary unit $i$, where $i = \sqrt{-1}$. Thus, $\sqrt{-16} = \sqrt{16 \times -1} = \sqrt{16} \times \sqrt{-1} = 4i$.

$$ x = \frac{-2 \pm 4i}{2} $$

Step 6: Calculate the two roots by dividing both terms in the numerator by 2:

$$ x = \frac{-2}{2} \pm \frac{4i}{2} $$ $$ x = -1 \pm 2i $$

The two roots are $x_1 = -1 + 2i$ and $x_2 = -1 - 2i$. These are complex conjugate roots.

Answer: The roots are $\textbf{-1 + 2i}$ and $\textbf{-1 - 2i}$.

The quadratic formula is a reliable and comprehensive method for solving any quadratic equation. It is particularly valuable when factoring is difficult or not possible with real numbers and when dealing with equations that have complex roots. The value of the discriminant ($b^2-4ac$) plays a crucial role in determining the nature of these roots.



Nature of Roots of a Quadratic Equation (using Discriminant)

The Discriminant ($\Delta$ or $D$)

When solving a quadratic equation $ax^2 + bx + c = 0$ using the quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$, the expression under the square root, $b^2 - 4ac$, plays a crucial role. This expression is called the discriminant, often denoted by the symbol $\Delta$ (Delta) or simply $D$. The discriminant provides vital information about the characteristics or "nature" of the roots of the quadratic equation without requiring you to calculate the roots themselves.

$\text{Discriminant} = \Delta = D = b^2 - 4ac $

[Formula for the Discriminant]

The value of the discriminant tells us whether the roots are real numbers or complex numbers, and if they are real, whether they are distinct (different) or equal.


Interpreting the Discriminant

The nature of the roots of the quadratic equation $ax^2 + bx + c = 0$ (where $a, b, c$ are real coefficients and $a \neq 0$) is determined solely by the value of the discriminant $D = b^2 - 4ac$. There are three possible cases for the value of $D$:

  1. Case 1: $D > 0$ (Discriminant is positive)

    If the discriminant is a positive number, then the term $\sqrt{D} = \sqrt{b^2 - 4ac}$ is a real number, and it is non-zero. In the quadratic formula $x = \frac{-b \pm \sqrt{D}}{2a}$, we will be adding and subtracting a non-zero real number ($\sqrt{D}$) from $-b$. This results in two distinct values for $x$. Since $-b$ and $\sqrt{D}$ are real numbers (and $2a$ is real), the resulting values for $x$ will also be real numbers.

    Conclusion: If $b^2 - 4ac > 0$, the quadratic equation has two distinct real roots (two different real number solutions).

    Geometrical Interpretation: The graph of the corresponding quadratic polynomial $y = ax^2 + bx + c$ (a parabola) intersects the x-axis at two different points. The x-coordinates of these intersection points are the two distinct real roots.

  2. Case 2: $D = 0$ (Discriminant is zero)

    If the discriminant is exactly zero, then the term $\sqrt{D} = \sqrt{0} = 0$. In the quadratic formula $x = \frac{-b \pm \sqrt{D}}{2a}$, the term $\pm \sqrt{0}$ simplifies to $\pm 0$, which is just $0$. The formula becomes $x = \frac{-b \pm 0}{2a} = \frac{-b}{2a}$.

    Since there is no $\pm$ term involving a non-zero value, both possibilities ($+$ and $-$) yield the same result, $\frac{-b}{2a}$. Thus, the quadratic equation has only one distinct real number as a solution. However, because it arose from a quadratic equation, this root is said to have a multiplicity of 2; it is counted as two equal roots.

    Conclusion: If $b^2 - 4ac = 0$, the quadratic equation has one real root with multiplicity 2 (or two equal real roots).

    Geometrical Interpretation: The graph of the corresponding quadratic polynomial $y = ax^2 + bx + c$ (a parabola) touches the x-axis at exactly one point. This point is the vertex of the parabola, and its x-coordinate is the repeated real root.

  3. Case 3: $D < 0$ (Discriminant is negative)

    If the discriminant is a negative number, then the term $\sqrt{D} = \sqrt{b^2 - 4ac}$ is the square root of a negative number. In the system of real numbers, the square root of a negative number is not defined as a real number. It results in an imaginary number. Specifically, if $D = -k$ where $k > 0$, then $\sqrt{D} = \sqrt{-k} = \sqrt{-1 \times k} = \sqrt{-1} \times \sqrt{k} = i\sqrt{k}$, where $i$ is the imaginary unit ($i^2 = -1$).

    In the quadratic formula $x = \frac{-b \pm \sqrt{D}}{2a}$, we will be adding and subtracting an imaginary number from $-b$. This results in two roots that are complex numbers. Specifically, if $b$ and $a$ are real, the roots will be a pair of complex conjugates (of the form $p+qi$ and $p-qi$). These roots are not real numbers.

    Conclusion: If $b^2 - 4ac < 0$, the quadratic equation has no real roots (it has two complex conjugate roots).

    Geometrical Interpretation: The graph of the corresponding quadratic polynomial $y = ax^2 + bx + c$ (a parabola) does not intersect or touch the x-axis at all. The parabola lies entirely above the x-axis (if $a>0$) or entirely below the x-axis (if $a<0$).

In summary, the discriminant $D = b^2 - 4ac$ is a powerful tool to determine the nature of the roots of a quadratic equation:


Examples Determining the Nature of Roots

To determine the nature of the roots, we calculate the discriminant using the coefficients $a, b,$ and $c$ from the standard form of the quadratic equation and then interpret its value.

Example 1. Determine the nature of the roots of the equation $x^2 - 7x + 10 = 0$.

Answer:

The equation is $x^2 - 7x + 10 = 0$. This is in the standard form $ax^2 + bx + c = 0$.

Identify the coefficients: $a=1, b=-7, c=10$.

Calculate the discriminant $D = b^2 - 4ac$:

$$ D = (-7)^2 - 4(1)(10) $$ $$ D = 49 - 40 $$ $$ D = 9 $$

The value of the discriminant is $9$. Since $D = 9$, which is greater than $0$ ($D > 0$), the discriminant is positive.

Conclusion: The equation $x^2 - 7x + 10 = 0$ has $\textbf{two distinct real roots}$. (The roots are actually $x=2$ and $x=5$).


Example 2. Determine the nature of the roots of the equation $4x^2 - 12x + 9 = 0$.

Answer:

The equation is $4x^2 - 12x + 9 = 0$. This is in the standard form $ax^2 + bx + c = 0$.

Identify the coefficients: $a=4, b=-12, c=9$.

Calculate the discriminant $D = b^2 - 4ac$:

$$ D = (-12)^2 - 4(4)(9) $$ $$ D = 144 - 4(36) $$ $$ D = 144 - 144 $$ $$ D = 0 $$

The value of the discriminant is $0$. Since $D = 0$, the discriminant is zero.

Conclusion: The equation $4x^2 - 12x + 9 = 0$ has $\textbf{one real root (repeated)}$. (The equation can be factored as $(2x-3)^2=0$, so the root is $x=3/2$ with multiplicity 2).


Example 3. Determine the nature of the roots of the equation $x^2 + x + 1 = 0$.

Answer:

The equation is $x^2 + x + 1 = 0$. This is in the standard form $ax^2 + bx + c = 0$.

Identify the coefficients: $a=1, b=1, c=1$.

Calculate the discriminant $D = b^2 - 4ac$:

$$ D = (1)^2 - 4(1)(1) $$ $$ D = 1 - 4 $$ $$ D = -3 $$

The value of the discriminant is $-3$. Since $D = -3$, which is less than $0$ ($D < 0$), the discriminant is negative.

Conclusion: The equation $x^2 + x + 1 = 0$ has $\textbf{no real roots}$ (it has two complex conjugate roots).

Using the discriminant is an efficient way to determine the type of solutions a quadratic equation has without needing to solve the entire equation. It provides important information about where the graph of the corresponding quadratic function intersects the x-axis.